home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / contrastwb.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  688 b   |  30 lines

  1. @charset "utf-8";
  2. /*    Name: 1490680844
  3.     High contrast (W/B)
  4.     Copyright 2007 Opera Software */
  5. * {
  6.     color: white !important;
  7.     background: black !important;
  8. }
  9. input, textarea, select {
  10.     color: black !important;    
  11.     background: white !important;
  12. }
  13. button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
  14.     color: black !important;    
  15.     background: silver !important;
  16. }
  17. a[href] {text-decoration: underline !important;}
  18. a[href]:hover {
  19.     color: black !important;    
  20.     background: white !important;
  21. }
  22. a[href] img {border: thin solid white !important;}
  23. @media print {
  24.     * {
  25.         color: black !important;    
  26.         background: white !important;
  27.     }
  28. }
  29.  
  30.